home *** CD-ROM | disk | FTP | other *** search
- //////////////////////////////////////////////////////////////
- //
- // Header file for Face
- //
- // This file is generated by BuildXcessory. DO NOT MODIFY.
- // USE SUBCLASSING INSTEAD
- //
- // This class is a user interface "component", as described
- // in "Object-Oriented Programming with C++ and OSF/Motif",
- // by Douglas Young, Prentice Hall, 1992. ISBN 0-13-630252-1
- //
- // If you directly modify this file, you may lose your
- // changes if it is regenerated by the builder again.
- //
- //////////////////////////////////////////////////////////////
- #ifndef FACE_H
- #define FACE_H
- #include <Vk/VkComponent.h>
-
- class Face : public VkComponent
- {
-
- public:
-
- Face(const char *, Widget);
- ~Face();
- const char * className();
-
- protected:
-
- // Classes created by this class
-
-
- // Widgets created by this class
-
- Widget _face;
- Widget _frame;
- Widget _label;
- Widget _text;
-
-
- private:
-
- // Array of default resources
-
- static String _defaultFaceResources[];
- };
- #endif
-
-